home *** CD-ROM | disk | FTP | other *** search
- on(release){
- set("_level0/:HiLite","Text_" add _name.substr(8,1));
- set("_level0/:Pressed","_level0/Menu/" add _name.substr(8,1));
- tellTarget("../Text_" add _name.substr(8,1))
- {
- gotoAndStop("On");
- }
- tellTarget("../../")
- {
- play();
- }
- tellTarget("/menu/S")
- {
- if(_currentframe == 10)
- {
- gotoAndPlay(20 - _currentframe);
- }
- tellTarget("/menu/T")
- {
- if(_currentframe == 10)
- {
- gotoAndPlay(20 - _currentframe);
- }
- }
- }
- unloadMovie("/txtboxes");
- tellTarget("/computer")
- {
- gotoAndStop("end");
- }
- }
-